<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.player-bar{position:fixed;bottom:0;left:0;right:0;height:var(--player-height);background-color:var(--color-bg-card);border-top:1px solid rgba(255,255,255,.1);display:flex;align-items:center;padding:0 16px;z-index:100;transition:transform .3s ease,opacity .3s ease}.player-bar.hidden{transform:translateY(100%);opacity:0}.player-progress{position:absolute;top:0;left:0;right:0;height:4px;background-color:#ffffff1a;cursor:pointer}.player-progress-filled{height:100%;background-color:var(--color-primary);width:0%;transition:width .1s linear}.player-left{display:flex;align-items:center;width:30%}.player-center{display:flex;flex-direction:column;align-items:center;justify-content:center;width:40%}.player-right{display:flex;align-items:center;justify-content:flex-end;width:30%}.player-thumbnail{width:48px;height:48px;border-radius:4px;overflow:hidden;margin-right:12px}.player-thumbnail img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.player-details{min-width:0}.player-song-title{font-size:14px;font-weight:500;margin-bottom:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.player-artist{font-size:12px;color:var(--color-text-secondary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.player-controls{display:flex;align-items:center;justify-content:center;margin-bottom:8px}.player-button{background:transparent;border:none;color:var(--color-text-secondary);margin:0 8px;cursor:pointer;transition:color .2s}.player-button:hover{color:var(--color-text)}.player-button.main{color:var(--color-text);font-size:32px}.player-time{display:flex;align-items:center;justify-content:space-between;width:85%;max-width:480px;font-size:12px;color:var(--color-text-secondary)}.volume-control{display:flex;align-items:center}.volume-slider{width:80px;height:4px;border-radius:2px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:rgba(255,255,255,.2);outline:none;cursor:pointer;transition:background .2s;margin:0 8px}.volume-slider:hover{background:rgba(255,255,255,.3)}.volume-slider::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:12px;height:12px;border-radius:50%;background:#e62117;cursor:pointer;-webkit-transition:transform .1s;transition:transform .1s}.volume-slider::-webkit-slider-thumb:hover{transform:scale(1.2)}.volume-slider::-moz-range-thumb{width:12px;height:12px;border:none;border-radius:50%;background:#e62117;cursor:pointer;-moz-transition:transform .1s;transition:transform .1s}.volume-slider::-moz-range-thumb:hover{transform:scale(1.2)}.player-action-btn{display:flex;height:2.5rem;width:2.5rem;align-items:center;justify-content:center;border-radius:9999px;--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.player-action-btn:hover{background-color:#ffffff1a;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.player-view-btn{display:flex;height:2.5rem;width:2.5rem;align-items:center;justify-content:center;border-radius:9999px;--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.player-view-btn:hover{background-color:#ffffff1a;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.player-view-btn.active{background-color:#ffffff1a;--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity))}.player-tab-btn{position:relative;padding:.75rem 1rem;--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.player-tab-btn:hover,.player-tab-btn.active{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.player-tab-btn.active:after{content:"";position:absolute;bottom:0;left:0;height:.125rem;width:100%;--tw-bg-opacity: 1;background-color:rgb(220 38 38 / var(--tw-bg-opacity))}@media (max-width: 768px){#fullscreenPlayer .player-tab-btn.active.md\:w-7\/12:after,#fullscreenPlayer .player-tab-btn.active.md\:w-5\/12:after{width:100%}}.tab-content{display:none}.player-bar.tab-content{transform:translateY(100%);opacity:0}.tab-content.active{display:block}.lyrics-line{padding-top:.5rem;padding-bottom:.5rem;--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s}.lyrics-line.active{font-size:1.125rem;line-height:1.75rem;font-weight:500;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}@keyframes rotate-album{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.album-rotating{animation:rotate-album 20s linear infinite}.album-rotating.paused{animation-play-state:paused}@keyframes slide-up{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}#fullscreenPlayer{animation:slide-up .3s ease-out}#fullscreenPlayer.closing{animation:slide-down .3s ease-out forwards}@keyframes slide-down{0%{transform:translateY(0);opacity:1}to{transform:translateY(100%);opacity:0}}#fullscreenProgressContainer{height:4px;transition:height .2s}#fullscreenProgressContainer:hover{height:6px}#fullscreenProgressHandle{transition:transform .2s;transform:scale(.8)}#fullscreenProgressContainer:hover #fullscreenProgressHandle{transform:scale(1.2)}@media (max-width: 768px){.player-left{width:40%}.player-center{width:60%}.player-right{display:none}#fullscreenPlayer{z-index:9999}#fullscreenPlayer .flex-col.md\:flex-row{flex-direction:column!important}#fullscreenPlayer .w-full.md\:w-7\/12,#fullscreenPlayer .w-full.md\:w-5\/12{width:100%!important}.player-button.main{width:48px;height:48px}}@media (max-width: 576px){.player-time{display:none}.player-left,.player-center{width:50%}.player-bar{padding:0 8px}.player-controls{margin-bottom:4px}.player-button{margin:0 4px}}
</pre></body></html>